Vcenter Vcha Cluster ErrorCondition
Vcenter Vcha Cluster ErrorCondition
The Vcenter Vcha Cluster ErrorCondition schema contains an error condition and a recommendation to handle the error condition.
This schema was added in vSphere API 6.7.1.
JSON Example
{
"error": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
},
"recommendation": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
}
error
Required
Contains an error condition.
This property was added in vSphere API 6.7.1.
recommendation
Optional
Contains a recommendation on handling the error condition.
This property was added in vSphere API 6.7.1.
If missing or null
, there is no tip for the error condition.